const log/slog.hex

4 uses

	log/slog (current package)
		json_handler.go#L187: 				char(hex[b>>4])
		json_handler.go#L188: 				char(hex[b&0xF])
		json_handler.go#L216: 			char(hex[c&0xF])
		json_handler.go#L229: const hex = "0123456789abcdef"